Keysight Pathwave 89600 VSA .NET API
Item(String) Property
See Also 
Agilent.SA.Vsa.NBIot.Interfaces Assembly > Agilent.SA.Vsa.NBIot Namespace > UserCollection<T> Class > Item Property : Item(String) Property


name
The name of the user to retrieve.

Glossary Item Box

Gets a handle to the user whose Name property matches the indicated "name".

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride ReadOnly Property Item( _
   ByVal name As String _
) As T
C# 
public abstract T Item( 
   string name
) {get;}
C++/CLI 
public:
abstract property T^ Item {
   T^ get(String^ name);
}

Parameters

name
The name of the user to retrieve.

Property Value

A reference to the user is returned. If there is no user in the collection whose Name property matches the indicated name, then null is returned.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also